home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
gnu
/
othergnu
/
bc102s.zoo
/
readme.src
< prev
next >
Wrap
Text File
|
1992-06-20
|
1KB
|
36 lines
Rather than post the entire source for bc, I decided to only post the diffs
and changed files needed to build on the ST. Included here are:
readme original
readme.st my comments
config.h what configure generated on a 4.3BSD/POSIX system
makefile what I used (gen'ed from configure script)
diffs source differences (only scan.l)
libmath.b original math library source
math.h original (used for built-in library)
copying GNU requirement
Executable was posted to atari.archive.umich.edu as bc102b.zoo. It contained:
bc.ttp executable, stripped
bc.man manpage source (nroff, renamed from bc.1)
bc.1z compiled manpage, compressed, manpager format
readme original
readme.st my comments
libmath.b original math library source
copying GNU requirement
Full source is available: prep.ai.mit.edu:~ftp/pub/gnu/bc-1.02.tar.Z
Before building, read makefile and readme.st. If building without defining
BC_MATH_FILE defined, you only need to install bc.ttp in a suitable bin
directory. If defining BC_MATH_FILE, you also have to install libmath.b in
a suitable lib directory (which is then read and compiled if -l is given).
Install manpage however you do it on your system (if at all).
-bill
rosenkra@convex.com
92/6/20